How to Install ann-tools software package in Ubuntu 12.04 LTS (Precise Pangolin)

How to Install ann-tools software package in Ubuntu 12.04 LTS (Precise Pangolin)

ann-tools software package provides Approximate Nearest Neighbor Searching library (tools), you can install in your Ubuntu 12.04 LTS (Precise Pangolin) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install ann-tools 

ann-tools is installed in your system.

Make ensure the ann-tools package were installed using the commands given below,

$ sudo dpkg-query -l | grep ann-tools *

You will get with ann-tools package name, version, architecture and description in a table

ann-tools package basic information:

Distro Ubuntu 12 04 lts precise pangolin
Section Mathematics
Package ann-tools
Version 1.1.2+doc-3
Description Approximate Nearest Neighbor Searching library (tools)
Sub Section Math


See Also, How to uninstall or remove ann-tools software package from Ubuntu 12.04 LTS (Precise Pangolin)?